home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-11-10 | 3.2 KB | 84 lines | [TEXT/GEOL] |
- Item 0103483 9-Nov-89 09:13
-
- From: AUST0134 Jam Software Sydney
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: MABuild -autobuild troubles
-
- Dear MacAppers,
-
- I have been trying to MABuild a new lot of MacApp libraries using the -Names
- option to embed MacsBug names in the code.
- After aliasing NmTe to "[Non-Debug /MacsBug]", I try and rebuild MacApp with a
- -p on the compiler.
- mabuild -nodebug -run -names -autobuild test
- MABuild - v. 2.0ß9 Release 7/5/89 Start: 3:56:57 10/11/89
-
- Copyright Apple Computer, Inc. 1986-1989
- All Rights Reserved.
-
- Target Folder: "HD:MPW:MacApp:Libraries:[Non-Debug /MacsBug]:"
- Making: MacApp.Lib.MAMake
- Elapsed time: 9 seconds
- Compiling: UFailure.p
- Options: D+ R+ H+ B+ W+ F+ -n+ REBUILD Seg:
- Pascal V3.0 (12/8/88) 3:57:18 10/11/89
- (c) 1981 SVS, Inc. (c) 1988 Apple Computer, Inc.
-
- FILE : "HD:MPW:MacApp:Libraries:PrivateInterfaces:UFailure.p"
-
- REBUILD option on. Did not read resources for unit "UMACAPP"
- FILE : "HD:MPW:MacApp:Libraries:PrivateInterfaces:UMACAPP.p"
- FILE : "HD:MPW:MacApp:Interfaces:PInterfaces:UMacApp.p"
- FILE : "HD:MPW:MacApp:Interfaces:PInterfaces:UMacAppUtilities.p"
- Options: D+ H+ B+ W+ F+ -n+ REBUILD Seg:
- Options: D+ H+ N+ B+ W+ F+ -n+ REBUILD Seg:
- FILE : "HD:MPW:Interfaces:PInterfaces:TextEdit.p"
- FILE : "HD:MPW:Interfaces:PInterfaces:Quickdraw.p"
- FILE : "HD:MPW:Interfaces:PInterfaces:Types.p"
- #
- #{
- #?
- ### Pascal - Error 52 'implementation' expected
- #------------------------------------------------------------------------------
- File "HD:MPW:In {rfaces:PInterfaces:Types.p"; Line 1 # Compiling
- HD:MPW:MacApp:Libraries:PrivateInterfaces:UFailure.p
- #------------------------------------------------------------------------------
-
- Here the compiler hangs, and I have to type cmd-. to continue, and the compiler
- continues thus:
-
- FILE : "HD:MPW:Interfaces:PInterfaces:Quickdraw.p"
- #{$IFC UNDEFINED UsingTypes}
- #{$I $$Shell(PInterfaces)Types.p}
- # ?
- ### Error 20 Illegal symbol
- #------------------------------------------------------------------------------
- --------------------------------------------------
- File "HD:MPW:Interfaces:PInterfaces:Quickdraw.p"; Line 27 # Compiling
- HD:MPW:MacApp:Libraries:PrivateInterfaces:UFailure.p
- #------------------------------------------------------------------------------
- --------------------------------------------------
-
- ### MPW Shell - HD:MPW:Tools:Pascal aborted.
- ### MPW Shell - Execution of HD:MPW:MacApp:Libraries:[Non-Debug
- /MacsBug]:MacApp.Lib.MakeIt terminated.
- ### MPW Shell - Execution of MABuild.script terminated.
-
- I had the same trouble when trying to use the -Sym option (I wanted to use
- Jasik's Debugger), but gave up when I couldn't progress beyond this point. I
- have also tried it with and without symbol table information.
-
- It seems to me that the {$I} mechanism of Pascal is overflowing. The MacApp
- manual mentions that the compiler is only capable of dealing with a limited
- number of nested includes, but surely MacApp doesn't exceed the limit??!!
-
- Has anyone had a similar experience? Any suggestions on what I am doing wrong?
-
- I am using MacApp2.0b9, MPW 3.0final, Pascal3.0.
-
- Tseung Cheung
-
-
-